[IA64] remove duplicated console_endboot().
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Mon, 10 Jul 2006 20:12:47 +0000 (14:12 -0600)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Mon, 10 Jul 2006 20:12:47 +0000 (14:12 -0600)
There are two. one is in construct_dom0() and another is in start_kernel()
Like x86, left the one in start_kernel()

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
xen/arch/ia64/xen/domain.c

index 70868ef5f78bf488a5c7c5772f7a818e7d9349ae..d9cea53d7899eea091810eb069577e84e0b5b16d 100644 (file)
@@ -904,8 +904,6 @@ int construct_dom0(struct domain *d,
        si->nr_pages     = max_pages;
        si->flags = SIF_INITDOMAIN|SIF_PRIVILEGED;
 
-       console_endboot();
-
        printk("Dom0: 0x%lx\n", (u64)dom0);
 
 #ifdef VALIDATE_VT